home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / patches / _310ptch / delfix / readme.txt < prev   
Text File  |  1996-07-10  |  4KB  |  74 lines

  1. This README file accompanies the DELFIX.NLM patch file for NetWare 386 v3.10 
  2. Rev A.  The following file is included for this patch:    
  3.     
  4.         DELFIX   NLM      1831 08-29-90  11:00a  
  5.     PATCHMAN NLM      3005 08-29-90  10:38a
  6.  
  7. DELFIX is a dynamic patch which is loaded at the file server console as a 
  8. NetWare Loadable Module.  This patch fixes a bug in NetWare 386 V3.10a that 
  9. would cause the server to ABEND with the message: 
  10.  
  11.             "DeleteFileCompletely found an invalid TNode" 
  12.  
  13. whenever an attempt was made to delete a file which had more than seven trustees 
  14. assigned to it and Immediate Purge Of Deleted Files was set to ON. 
  15.  
  16. To implement this patch, the NetWare 386 Patch Manager (PATCHMAN.NLM) must 
  17. first be loaded.  
  18.   
  19. Three types of patches can be managed with PATCHMAN:  dynamic, semi-static, 
  20. and static.  Dynamic patches are .NLM files that can be loaded/unloaded while 
  21. the server is running.  Unloading a dynamic patch will restore the Operating 
  22. System to its original "un-patched" state.  Semi-static patches can also be 
  23. loaded while the server is running, but they cannot be unloaded.  It is not 
  24. possible to undo the effects of a semi-static patch without first downing the 
  25. server and bringing it back up without loading the semi-static patch.  A 
  26. static patch is a DOS executable program that makes changes to the SERVER.EXE 
  27. file.  This type of patch is applied once and its effects are permanent.  It 
  28. is suggested that static patches be applied to a copy of the SERVER.EXE file, 
  29. not the original file.  
  30.   
  31. Dynamic and semi-static patches modify the Operating System in memory, not 
  32. on the disk.  This means that dynamic and semi-static patches must be loaded 
  33. each time the Operating System is brought up in order for any "fixes" to take 
  34. effect. It is recommended that the command "LOAD <patch>" be placed in the 
  35. file server's AUTOEXEC.NCF file to ensure that the patch is always in effect 
  36. when the server is initially brought up.  Typing MODULES at the server 
  37. console will show which dynamic patches have been loaded, but will not show 
  38. semi-static or static patches.  
  39.    
  40. The Patch Manager (PATCHMAN.NLM) must be loaded before any dynamic or semi- 
  41. static patches can be loaded.  If PATCHMAN is not already loaded, the 
  42. <patch>.NLM will attempt to locate PATCHMAN and, if found, will load it 
  43. automatically.  PATCHMAN only needs to be loaded once; all .NLM patches can 
  44. then be loaded.  PATCHMAN cannot be unloaded until all patches that rely on 
  45. it are first unloaded.  
  46.   
  47. To implement this patch:  
  48.   
  49. 1)      Copy PATCHMAN.NLM and the patch .NLM file to the same directory as the 
  50.         other NLM files on your system (SYS:SYSTEM is suggested).  
  51.   
  52. 2)      After the system is brought up, type LOAD PATCHMAN at the console.  
  53.   
  54. 3)      LOAD the patch .NLM file.  
  55.   
  56. NOTE:   This patch and PATCHMAN.NLM will only operate on NetWare 386 v3.10a.  
  57.         Future versions of NetWare 386 will require a version of PATCHMAN  
  58.         specific to that release.  
  59.   
  60. ***************************************************************************** 
  61.                                  DISCLAIMER  
  62.      
  63.      Novell, Inc. makes no representations or warranties with respect to this 
  64. software patch, and specifically disclaims any express or implied warranties  
  65. of merchantability or fitness for a particular purpose.  Novell's intentions  
  66. for this software patch is to provide a temporary work-around to the  
  67. anomalies described in this file.  Such work-arounds are typically addressed  
  68. in future releases of NetWare.     
  69.      Novell will not be responsible for any data loss that may result from  
  70. implementing this patch.  Novell strongly recommends a backup be made before  
  71. any patch is applied.   Technical support for this patch is provided at the  
  72. discretion of Novell.     
  73. ***************************************************************************** 
  74.